PDF4Java Reference Documentation
com.o2sol.pdf4java.content.text Package / PDFTextExtractionOptions Class / setDisplayExtractionBounds Method
A rectangle in display coordinates that specifies the area on the page from which the text should be extracted.
In This Topic
    setDisplayExtractionBounds Method
    In This Topic
    Sets the bounds (in display coordinates) for text extraction.
    Syntax
    public void setDisplayExtractionBounds( 
       PDFDisplayRectangle bounds
    )

    Parameters

    bounds
    A rectangle in display coordinates that specifies the area on the page from which the text should be extracted.
    See Also